Uses of Class
com.mypurecloud.sdk.v2.api.request.GetInfrastructureascodeAcceleratorsRequest
Packages that use GetInfrastructureascodeAcceleratorsRequest
-
Uses of GetInfrastructureascodeAcceleratorsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetInfrastructureascodeAcceleratorsRequestModifier and TypeMethodDescriptionInfrastructureAsCodeApi.getInfrastructureascodeAccelerators(GetInfrastructureascodeAcceleratorsRequest request) Get a list of available accelerators Search for accelerators that can be run.InfrastructureAsCodeApiAsync.getInfrastructureascodeAcceleratorsAsync(GetInfrastructureascodeAcceleratorsRequest request, AsyncApiCallback<AcceleratorList> callback) Get a list of available accelerators Search for accelerators that can be run. -
Uses of GetInfrastructureascodeAcceleratorsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetInfrastructureascodeAcceleratorsRequestModifier and TypeMethodDescriptionGetInfrastructureascodeAcceleratorsRequest.Builder.build()GetInfrastructureascodeAcceleratorsRequest.withClassification(String classification) GetInfrastructureascodeAcceleratorsRequest.withCustomHeader(String name, String value) GetInfrastructureascodeAcceleratorsRequest.withDescription(String description) GetInfrastructureascodeAcceleratorsRequest.withOrigin(String origin) GetInfrastructureascodeAcceleratorsRequest.withPageNumber(Integer pageNumber) GetInfrastructureascodeAcceleratorsRequest.withPageSize(Integer pageSize) GetInfrastructureascodeAcceleratorsRequest.withSortBy(String sortBy) GetInfrastructureascodeAcceleratorsRequest.withSortOrder(String sortOrder)