Package com.ngrok.definitions
Class AwsAuth
java.lang.Object
com.ngrok.definitions.AwsAuth
A class encapsulating the
AwsAuth resource.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCreds()Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.getRole()A role for ngrok to assume on your behalf to deposit events into your AWS account.inthashCode()static AwsAuth.BuilderCreates a new builder for theAwsAuthtype.toString()
-
Method Details
-
newBuilder
Creates a new builder for theAwsAuthtype.- Returns:
- a new
AwsAuth.Builder
-
getRole
A role for ngrok to assume on your behalf to deposit events into your AWS account. -
getCreds
Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.- Returns:
- the value of the property as a
AwsCredentialswrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-