Uses of Class
software.amazon.awssdk.services.appsync.model.Ownership
-
Packages that use Ownership Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of Ownership in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return Ownership Modifier and Type Method Description static Ownership
Ownership. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.Ownership
ListGraphqlApisRequest. owner()
The account owner of the GraphQL API.static Ownership
Ownership. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ownership[]
Ownership. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type Ownership Modifier and Type Method Description static Set<Ownership>
Ownership. knownValues()
Methods in software.amazon.awssdk.services.appsync.model with parameters of type Ownership Modifier and Type Method Description ListGraphqlApisRequest.Builder
ListGraphqlApisRequest.Builder. owner(Ownership owner)
The account owner of the GraphQL API.
-