Uses of Class
software.amazon.awssdk.services.vpclattice.model.ServiceNetworkVpcAssociationStatus
-
Packages that use ServiceNetworkVpcAssociationStatus Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of ServiceNetworkVpcAssociationStatus in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ServiceNetworkVpcAssociationStatus Modifier and Type Method Description static ServiceNetworkVpcAssociationStatusServiceNetworkVpcAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceNetworkVpcAssociationStatusCreateServiceNetworkVpcAssociationResponse. status()The operation's status.ServiceNetworkVpcAssociationStatusDeleteServiceNetworkVpcAssociationResponse. status()The status.ServiceNetworkVpcAssociationStatusGetServiceNetworkVpcAssociationResponse. status()The status of the association.ServiceNetworkVpcAssociationStatusServiceNetworkVpcAssociationSummary. status()The status.ServiceNetworkVpcAssociationStatusUpdateServiceNetworkVpcAssociationResponse. status()The status.static ServiceNetworkVpcAssociationStatusServiceNetworkVpcAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceNetworkVpcAssociationStatus[]ServiceNetworkVpcAssociationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ServiceNetworkVpcAssociationStatus Modifier and Type Method Description static Set<ServiceNetworkVpcAssociationStatus>ServiceNetworkVpcAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type ServiceNetworkVpcAssociationStatus Modifier and Type Method Description CreateServiceNetworkVpcAssociationResponse.BuilderCreateServiceNetworkVpcAssociationResponse.Builder. status(ServiceNetworkVpcAssociationStatus status)The operation's status.DeleteServiceNetworkVpcAssociationResponse.BuilderDeleteServiceNetworkVpcAssociationResponse.Builder. status(ServiceNetworkVpcAssociationStatus status)The status.GetServiceNetworkVpcAssociationResponse.BuilderGetServiceNetworkVpcAssociationResponse.Builder. status(ServiceNetworkVpcAssociationStatus status)The status of the association.ServiceNetworkVpcAssociationSummary.BuilderServiceNetworkVpcAssociationSummary.Builder. status(ServiceNetworkVpcAssociationStatus status)The status.UpdateServiceNetworkVpcAssociationResponse.BuilderUpdateServiceNetworkVpcAssociationResponse.Builder. status(ServiceNetworkVpcAssociationStatus status)The status.
-