Uses of Interface
software.amazon.awssdk.services.appstream.model.AccessEndpoint.Builder
-
Packages that use AccessEndpoint.Builder Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of AccessEndpoint.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return AccessEndpoint.Builder Modifier and Type Method Description static AccessEndpoint.BuilderAccessEndpoint. builder()AccessEndpoint.BuilderAccessEndpoint.Builder. endpointType(String endpointType)The type of interface endpoint.AccessEndpoint.BuilderAccessEndpoint.Builder. endpointType(AccessEndpointType endpointType)The type of interface endpoint.AccessEndpoint.BuilderAccessEndpoint. toBuilder()AccessEndpoint.BuilderAccessEndpoint.Builder. vpceId(String vpceId)The identifier (ID) of the VPC in which the interface endpoint is used.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type AccessEndpoint.Builder Modifier and Type Method Description static Class<? extends AccessEndpoint.Builder>AccessEndpoint. serializableBuilderClass()
-