Uses of Class
software.amazon.awssdk.services.s3outposts.model.EndpointAccessType
-
Packages that use EndpointAccessType Package Description software.amazon.awssdk.services.s3outposts.model -
-
Uses of EndpointAccessType in software.amazon.awssdk.services.s3outposts.model
Methods in software.amazon.awssdk.services.s3outposts.model that return EndpointAccessType Modifier and Type Method Description EndpointAccessTypeCreateEndpointRequest. accessType()The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.EndpointAccessTypeEndpoint. accessType()The type of connectivity used to access the Amazon S3 on Outposts endpoint.static EndpointAccessTypeEndpointAccessType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointAccessTypeEndpointAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointAccessType[]EndpointAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3outposts.model that return types with arguments of type EndpointAccessType Modifier and Type Method Description static Set<EndpointAccessType>EndpointAccessType. knownValues()Methods in software.amazon.awssdk.services.s3outposts.model with parameters of type EndpointAccessType Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. accessType(EndpointAccessType accessType)The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.Endpoint.BuilderEndpoint.Builder. accessType(EndpointAccessType accessType)The type of connectivity used to access the Amazon S3 on Outposts endpoint.
-