Uses of Interface
software.amazon.awssdk.services.privatenetworks.model.ConfigureAccessPointResponse.Builder
-
Packages that use ConfigureAccessPointResponse.Builder Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of ConfigureAccessPointResponse.Builder in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return ConfigureAccessPointResponse.Builder Modifier and Type Method Description default ConfigureAccessPointResponse.BuilderConfigureAccessPointResponse.Builder. accessPoint(Consumer<NetworkResource.Builder> accessPoint)Information about the network resource.ConfigureAccessPointResponse.BuilderConfigureAccessPointResponse.Builder. accessPoint(NetworkResource accessPoint)Information about the network resource.static ConfigureAccessPointResponse.BuilderConfigureAccessPointResponse. builder()ConfigureAccessPointResponse.BuilderConfigureAccessPointResponse. toBuilder()Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type ConfigureAccessPointResponse.Builder Modifier and Type Method Description static Class<? extends ConfigureAccessPointResponse.Builder>ConfigureAccessPointResponse. serializableBuilderClass()
-