Uses of Class
software.amazon.awssdk.services.securityir.model.AwsRegion
-
Packages that use AwsRegion Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of AwsRegion in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return AwsRegion Modifier and Type Method Description static AwsRegionAwsRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AwsRegionGetMembershipResponse. region()Response element for GetMembership that provides the configured region for managing the membership.AwsRegionImpactedAwsRegion. region()AwsRegionListMembershipItem. region()static AwsRegionAwsRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsRegion[]AwsRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type AwsRegion Modifier and Type Method Description static Set<AwsRegion>AwsRegion. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type AwsRegion Modifier and Type Method Description GetMembershipResponse.BuilderGetMembershipResponse.Builder. region(AwsRegion region)Response element for GetMembership that provides the configured region for managing the membership.ImpactedAwsRegion.BuilderImpactedAwsRegion.Builder. region(AwsRegion region)ListMembershipItem.BuilderListMembershipItem.Builder. region(AwsRegion region)
-