| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointAccessType |
CreateEndpointRequest.accessType()
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
EndpointAccessType |
Endpoint.accessType()
The type of connectivity used to access the Amazon S3 on Outposts endpoint.
|
static EndpointAccessType |
EndpointAccessType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EndpointAccessType |
EndpointAccessType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EndpointAccessType> |
EndpointAccessType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.accessType(EndpointAccessType accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
Endpoint.Builder |
Endpoint.Builder.accessType(EndpointAccessType accessType)
The type of connectivity used to access the Amazon S3 on Outposts endpoint.
|
Copyright © 2023. All rights reserved.