Uses of Class
software.amazon.awssdk.services.iot.model.AuthorizerDescription
-
Packages that use AuthorizerDescription Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuthorizerDescription in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuthorizerDescription Modifier and Type Method Description AuthorizerDescriptionDescribeAuthorizerResponse. authorizerDescription()The authorizer description.AuthorizerDescriptionDescribeDefaultAuthorizerResponse. authorizerDescription()The default authorizer's description.Methods in software.amazon.awssdk.services.iot.model with parameters of type AuthorizerDescription Modifier and Type Method Description DescribeAuthorizerResponse.BuilderDescribeAuthorizerResponse.Builder. authorizerDescription(AuthorizerDescription authorizerDescription)The authorizer description.DescribeDefaultAuthorizerResponse.BuilderDescribeDefaultAuthorizerResponse.Builder. authorizerDescription(AuthorizerDescription authorizerDescription)The default authorizer's description.
-