Uses of Interface
software.amazon.awssdk.services.devicefarm.model.CreateNetworkProfileResponse.Builder
-
Packages that use CreateNetworkProfileResponse.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of CreateNetworkProfileResponse.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return CreateNetworkProfileResponse.Builder Modifier and Type Method Description static CreateNetworkProfileResponse.BuilderCreateNetworkProfileResponse. builder()default CreateNetworkProfileResponse.BuilderCreateNetworkProfileResponse.Builder. networkProfile(Consumer<NetworkProfile.Builder> networkProfile)The network profile that is returned by the create network profile request.CreateNetworkProfileResponse.BuilderCreateNetworkProfileResponse.Builder. networkProfile(NetworkProfile networkProfile)The network profile that is returned by the create network profile request.CreateNetworkProfileResponse.BuilderCreateNetworkProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type CreateNetworkProfileResponse.Builder Modifier and Type Method Description static Class<? extends CreateNetworkProfileResponse.Builder>CreateNetworkProfileResponse. serializableBuilderClass()
-