Uses of Class
software.amazon.awssdk.services.securityir.model.CustomerType
-
Packages that use CustomerType Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of CustomerType in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return CustomerType Modifier and Type Method Description CustomerTypeGetMembershipResponse. customerType()Response element for GetMembership that provides the configured membership type.static CustomerTypeCustomerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomerTypeCustomerType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerType[]CustomerType. 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 CustomerType Modifier and Type Method Description static Set<CustomerType>CustomerType. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type CustomerType Modifier and Type Method Description GetMembershipResponse.BuilderGetMembershipResponse.Builder. customerType(CustomerType customerType)Response element for GetMembership that provides the configured membership type.
-