Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ListRotationShiftsRequest.Builder
-
Packages that use ListRotationShiftsRequest.Builder Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications.software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ListRotationShiftsRequest.Builder in software.amazon.awssdk.services.ssmcontacts
Method parameters in software.amazon.awssdk.services.ssmcontacts with type arguments of type ListRotationShiftsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRotationShiftsResponse>SsmContactsAsyncClient. listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system.default ListRotationShiftsResponseSsmContactsClient. listRotationShifts(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system.default ListRotationShiftsPublisherSsmContactsAsyncClient. listRotationShiftsPaginator(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system.default ListRotationShiftsIterableSsmContactsClient. listRotationShiftsPaginator(Consumer<ListRotationShiftsRequest.Builder> listRotationShiftsRequest)Returns a list of shifts generated by an existing rotation in the system. -
Uses of ListRotationShiftsRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ListRotationShiftsRequest.Builder Modifier and Type Method Description static ListRotationShiftsRequest.BuilderListRotationShiftsRequest. builder()ListRotationShiftsRequest.BuilderListRotationShiftsRequest.Builder. endTime(Instant endTime)The date and time for the end of the time range to list shifts for.ListRotationShiftsRequest.BuilderListRotationShiftsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this call.ListRotationShiftsRequest.BuilderListRotationShiftsRequest.Builder. nextToken(String nextToken)A token to start the list.ListRotationShiftsRequest.BuilderListRotationShiftsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRotationShiftsRequest.BuilderListRotationShiftsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRotationShiftsRequest.BuilderListRotationShiftsRequest.Builder. rotationId(String rotationId)The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.ListRotationShiftsRequest.BuilderListRotationShiftsRequest.Builder. startTime(Instant startTime)The date and time for the beginning of the time range to list shifts for.ListRotationShiftsRequest.BuilderListRotationShiftsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ListRotationShiftsRequest.Builder Modifier and Type Method Description static Class<? extends ListRotationShiftsRequest.Builder>ListRotationShiftsRequest. serializableBuilderClass()
-