Uses of Class
software.amazon.awssdk.services.appfabric.model.AppAuthorizationStatus
-
Packages that use AppAuthorizationStatus Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of AppAuthorizationStatus in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return AppAuthorizationStatus Modifier and Type Method Description static AppAuthorizationStatusAppAuthorizationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppAuthorizationStatusAppAuthorization. status()The state of the app authorization.AppAuthorizationStatusAppAuthorizationSummary. status()The state of the app authorization.static AppAuthorizationStatusAppAuthorizationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AppAuthorizationStatus[]AppAuthorizationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type AppAuthorizationStatus Modifier and Type Method Description static Set<AppAuthorizationStatus>AppAuthorizationStatus. knownValues()Methods in software.amazon.awssdk.services.appfabric.model with parameters of type AppAuthorizationStatus Modifier and Type Method Description AppAuthorization.BuilderAppAuthorization.Builder. status(AppAuthorizationStatus status)The state of the app authorization.AppAuthorizationSummary.BuilderAppAuthorizationSummary.Builder. status(AppAuthorizationStatus status)The state of the app authorization.
-