Uses of Class
software.amazon.awssdk.services.workspaces.model.BundleAssociatedResourceType
-
Packages that use BundleAssociatedResourceType Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of BundleAssociatedResourceType in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return BundleAssociatedResourceType Modifier and Type Method Description BundleAssociatedResourceTypeBundleResourceAssociation. associatedResourceType()The resource type of the associated resources.static BundleAssociatedResourceTypeBundleAssociatedResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BundleAssociatedResourceTypeBundleAssociatedResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static BundleAssociatedResourceType[]BundleAssociatedResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type BundleAssociatedResourceType Modifier and Type Method Description List<BundleAssociatedResourceType>DescribeBundleAssociationsRequest. associatedResourceTypes()The resource types of the associated resource.static Set<BundleAssociatedResourceType>BundleAssociatedResourceType. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type BundleAssociatedResourceType Modifier and Type Method Description BundleResourceAssociation.BuilderBundleResourceAssociation.Builder. associatedResourceType(BundleAssociatedResourceType associatedResourceType)The resource type of the associated resources.DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. associatedResourceTypes(BundleAssociatedResourceType... associatedResourceTypes)The resource types of the associated resource.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type BundleAssociatedResourceType Modifier and Type Method Description DescribeBundleAssociationsRequest.BuilderDescribeBundleAssociationsRequest.Builder. associatedResourceTypes(Collection<BundleAssociatedResourceType> associatedResourceTypes)The resource types of the associated resource.
-