Package com.ngrok.definitions
Class AwsAuth
java.lang.Object
com.ngrok.definitions.AwsAuth
A class encapsulating the
AwsAuth
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCreds()
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.int
hashCode()
static AwsAuth.Builder
Creates a new builder for theAwsAuth
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theAwsAuth
type.- 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
AwsCredentials
wrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-