Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ServiceActionSummary
-
Packages that use ServiceActionSummary Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ServiceActionSummary in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ServiceActionSummary Modifier and Type Method Description ServiceActionSummaryServiceActionDetail. serviceActionSummary()Summary information about the self-service action.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ServiceActionSummary Modifier and Type Method Description List<ServiceActionSummary>ListServiceActionsForProvisioningArtifactResponse. serviceActionSummaries()An object containing information about the self-service actions associated with the provisioning artifact.List<ServiceActionSummary>ListServiceActionsResponse. serviceActionSummaries()An object containing information about the service actions associated with the provisioning artifact.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type ServiceActionSummary Modifier and Type Method Description ListServiceActionsForProvisioningArtifactResponse.BuilderListServiceActionsForProvisioningArtifactResponse.Builder. serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)An object containing information about the self-service actions associated with the provisioning artifact.ListServiceActionsResponse.BuilderListServiceActionsResponse.Builder. serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)An object containing information about the service actions associated with the provisioning artifact.ServiceActionDetail.BuilderServiceActionDetail.Builder. serviceActionSummary(ServiceActionSummary serviceActionSummary)Summary information about the self-service action.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type ServiceActionSummary Modifier and Type Method Description ListServiceActionsForProvisioningArtifactResponse.BuilderListServiceActionsForProvisioningArtifactResponse.Builder. serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)An object containing information about the self-service actions associated with the provisioning artifact.ListServiceActionsResponse.BuilderListServiceActionsResponse.Builder. serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)An object containing information about the service actions associated with the provisioning artifact.
-